home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
MacStepbyStep.dxr
/
Internal_85_pizza4 decrease quantity.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-01
|
165 b
|
10 lines
on mouseDown
global gQuantity4
if gQuantity4 > 0 then
gQuantity4 = gQuantity4 - 1
member(81).text = string(gQuantity4)
else
nothing()
end if
end